CalendarSlotsPanel<S> Class
In This Topic
Abstract panel used to render days, month years and days of weeks as a uniform grid which also allows rendering slots out of view.
Syntax
'Declaration
<Foundation.RegisterAttribute("UIView", True)>
Public MustInherit Class CalendarSlotsPanel(Of As C1.iOS.Calendar.C1Calendar.CalendarSlotInfo)
Inherits UIKit.UIView
Implements C1.iOS.Core.IDependencyObject, Foundation.INSCoding, Foundation.INSObjectProtocol, ObjCRuntime.INativeObject, UIKit.IUIAccessibilityIdentification, UIKit.IUIAppearance, UIKit.IUIAppearanceContainer, UIKit.IUICoordinateSpace, UIKit.IUIDynamicItem, UIKit.IUITraitEnvironment
[Foundation.Register("UIView", true)]
public abstract class CalendarSlotsPanel<> : UIKit.UIView, C1.iOS.Core.IDependencyObject, Foundation.INSCoding, Foundation.INSObjectProtocol, ObjCRuntime.INativeObject, UIKit.IUIAccessibilityIdentification, UIKit.IUIAppearance, UIKit.IUIAppearanceContainer, UIKit.IUICoordinateSpace, UIKit.IUIDynamicItem, UIKit.IUITraitEnvironment
where S: C1.iOS.Calendar.C1Calendar.CalendarSlotInfo
Type Parameters
- S
- The type of the slot. Inherit this class to add custom properties.
Inheritance Hierarchy
See Also